Draft
Conversation
Dokploy Preview Deployment
|
PR Preview BuildsBuild Number: 730 Deploy
Android (Firebase App Distribution) |
Contributor
Author
Contributor
|
@kevinlee-06 What will happen if the average and GPA data are not available yet? |
Contributor
Author
Re: @Dao-you In cases where the GPA data is unavailable, the |
fa0966c to
96e5de1
Compare
342fd3e to
4276526
Compare
65b9f61 to
6892297
Compare
…and functionality - Moved score-related utility functions and constants to score_view_helpers.dart. - Created score_screen_actions.dart for handling score refresh and last updated caching. - Updated ScoreScreen to utilize new helper functions and actions for better readability and maintainability. - Enhanced academic performance provider to streamline data loading and caching logic.
907cb3e to
91aa5fb
Compare
Keep main's getAcademicPerformance implementation and comments. Only add new getGPA method and parser.
# Conflicts: # lib/database/database.g.dart # lib/database/schema.dart # lib/services/student_query/ntut_student_query_service.dart # lib/services/student_query/student_query_service.dart
Replace ~550-line score_providers.dart that manually called services and handled DB persistence with a simple FutureProvider delegating to StudentRepository.getSemesterRecords().
Add score section to zh-TW and en-US i18n YAMLs covering all UI strings: load/refresh messages, empty states, summary card labels, course number subtitle, and score status texts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.